CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - STL list

搜索资源列表

  1. C_STL_F

    0下载:
  2. 实现一个STL中的list的嵌套使用。可以实现学习STL中list的使用。-achieve an STL list of the nested. Learning can be achieved STL list use.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31967
    • 提供者:刘一
  1. stl_list

    0下载:
  2. 自己写的stl list的加强版,与stl完全兼容,适用于图像处理
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:116699
    • 提供者:xad
  1. STL-list(Sample)

    1下载:
  2. 用STL中的List来实现多项式的各种运算-Polynomial of a variety of computing the STL List
  3. 所属分类:STL

    • 发布日期:2013-07-03
    • 文件大小:4712
    • 提供者:zengchao
  1. List

    0下载:
  2. 采用C++语言编写的链表模拟程序,可实现STL中的链表操作功能。-Linked list C++ language simulation program, linked list in the STL operation.
  3. 所属分类:STL

    • 发布日期:2017-04-01
    • 文件大小:568468
    • 提供者:jiutianfeixue
  1. implementMapVecterListWithCProgram

    0下载:
  2. c语言实现了stl里面的map,vector,list,是了解学习stl容器的好东西。-c language to implement stl inside the map, vector, list, is to understand the good things to learn stl containers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:7540
    • 提供者:黄亮
  1. particle

    0下载:
  2. 粒子效果演示(附代码) 利用C++所提供的一些标准容器很容易实现粒子效果. 简单的说就是,将粒子数据写在一个类里面,有一个粒子源,不停地生成粒子,然后放入一个stl::list中(push_back()方法), 然后在一个循环中遍例粒子链表,并渲染粒子,粒子的参数并不断更新,如果粒子的ALPHA值小于0,即不可见了,即代表粒子已经死亡, 即从list中删去(erase()方法), 销毁死去的粒子很重要, 如果搞忘了这一步, 你的内存很快就会被吃掉干净了. 第一个版
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:227067
    • 提供者:
  1. collect

    0下载:
  2. STL的例子,非常全面 List,Array,Map 的用法-Lists Arrays Maps
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:49913
    • 提供者:GanCL
  1. collect_STL

    0下载:
  2. STL的例子,非常全面,list,array,map的用法集合-STL example, very comprehensive, list, array, map the usage of a collection
  3. 所属分类:STL

    • 发布日期:2017-04-03
    • 文件大小:56797
    • 提供者:GanCL
  1. list2

    0下载:
  2. 是STL中双向循环链表list的经典应用,面向对象的标准C++语法解决了josephus圈的问题,适合学习数据结构中stl中list的应用,需要面向对象的C++知识。-A concise aplication of "list" in STL, simple but powful.
  3. 所属分类:STL

    • 发布日期:2017-03-27
    • 文件大小:752
    • 提供者:王涛
  1. dbinit_stl_views-1_03

    0下载:
  2. linux下gdb调试工具扩展脚本,可以查看stl模板类的信息-linux gdb debug stl list map
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:6832
    • 提供者:mhzlg
  1. STL

    0下载:
  2. 详细的讲述一些C排序的函数 STL 几乎封装了所有的数据结构中的算法,从链表到队列,从向量到堆栈,对hash 到二叉树,从搜索到排序,从增加到删除-Describe in detail the function of some sort STL C encapsulates almost all of the data structure algorithms, from the list to the queue, from the vector to a stack of hash to
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:195065
    • 提供者:汪柏胜
  1. Stack-by-List

    0下载:
  2. 通过一个链表来实现栈,和STL中的实现方法不一样。-Implementing the Stack by List
  3. 所属分类:STL

    • 发布日期:2017-03-29
    • 文件大小:221683
    • 提供者:小小
  1. mylist

    0下载:
  2. 仿照 stl list写的一个,list模版,只完成了基本的功能-stl list tiny and smart
  3. 所属分类:STL

    • 发布日期:2017-04-04
    • 文件大小:972
    • 提供者:tanyan
  1. STL

    0下载:
  2. 关于STL中的List,迭代器等的使用源码-Use the Source List, STL iterators
  3. 所属分类:STL

    • 发布日期:2017-11-12
    • 文件大小:1894454
    • 提供者:panzhigang
  1. student-management-system

    0下载:
  2. 主题是学生管理系统,采用了STL中的list类来实现存取和读写文件。-The theme is a student management system, to access and read and write files using the STL list class.
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:2073882
    • 提供者:徐莉
  1. STL-vector

    1下载:
  2. STL的应用,其中包含详细的vector,map,set,list的每一个函数的具体操作。-STL' s application, which contains detailed vector map, set, list every function specific operations.
  3. 所属分类:Windows编程

    • 发布日期:2014-03-21
    • 文件大小:719054
    • 提供者:齐齐
  1. STL-Algorithms

    0下载:
  2. STL Algorithms Non modifying sequence operations mismatch: 1. Generic mismatch algorithm: Find the corresponding positions in a deque and list at which unequal elements first occur 2. Check for mismatch between two vectors 3. Use mismatch fun
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:3807
    • 提供者:Tina
  1. ThreadSafeQueue

    0下载:
  2. 基于C++标准模板块STL的list容器开发的线程安全的队列,实现队列的基本功能,如入队,出队,可以设置队列最大值,可以用于线程同步-Thread-safe queue based on the standard mode C++ plate STL list container development, to achieve the basic functions of the queue, such as into the team, a team, you can set the maxi
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1659
    • 提供者:park
  1. test18_chy

    0下载:
  2. (1) 编写程序,实现STL链表的增、删、改、查、排序; (2) 对比实现中实现的容器类,思考STL中容器的实现; -(1) write a program, the realization of the STL list of add, delete, change, check and sorting (2) compare the implementation in the implementation of container classes, thinking the S
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-24
    • 文件大小:1195
    • 提供者:chen
  1. STL

    0下载:
  2. 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement
  3. 所属分类:STL

    • 发布日期:2018-01-02
    • 文件大小:226304
    • 提供者:qwer@
« 12 3 4 »
搜珍网 www.dssz.com